home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 March / maximum-cd-2003-03.iso / Data / items.pcg / scripts / DefineButton2_273 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2003-01-16  |  161 b   |  4 lines

  1. on(keyPress "<Down>"){
  2.    scrollListDown("menugame","arGamesDBSlice.","gamenumber",arGamesDBSlice.length,topDB,"topDB",dbCount,"dbCount",currentGameCount);
  3. }
  4.